home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / bubble_elements.swf / scripts / DefineButton2_328 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  681 b   |  20 lines

  1. on(release){
  2.    if(eval(mc_settings2) != null)
  3.    {
  4.       removeMovieClip(eval(mc_settings2));
  5.    }
  6.    _root.attachMovie("mc_settings","mc_settings2",50);
  7.    _root.mc_settings2.pn2.text = _root.playerName;
  8.    _root.mc_settings2.touxiang33.gotoAndStop(_root.playerInco);
  9.    _root.mc_settings2.btnon.gotoAndStop(_root.myfullscreen);
  10.    _root.mc_settings2.stick1._x = _root.Posstick1;
  11.    _root.mc_settings2.stick2._x = _root.Posstick2;
  12.    _root.mc_settings2._x = 299;
  13.    _root.mc_settings2._y = 234;
  14.    this.nmlmode.enabled = false;
  15.    this.btnQMM.enabled = false;
  16.    this.btnSETM.enabled = false;
  17.    this.btnQGM.enabled = false;
  18.    this.btnmore.enabled = false;
  19. }
  20.